How to use the auto create with objects

Prerequisets:
* Target Machine must have Excel Drawinstalled as an Add-in.
* To use API, Macros must be enabled.
* Required API is called 'GTED_VBA_AUTOMATION_V6________.bas'.
* Do not modify API, instead use the API subroutines and functions by calling them from other Macros. 
* The 'Example_API_Functions' explains how to use the API with examples of Macros that call the routines.

* XYZ data must be included on the created sheet where graph will be populated

Instructions:

The sheet which the graph is to be populated must contain all data (XZY). If no data is present, or the sheet does not exist, the graph will not populate. The sheet must also not change names after graph is created. 

It is best to add these VBA codes at the end of custom processes. 



